projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce1695
)
Martin Svenson <phromo at gmail.com> (tiny change)
author
Glenn Morris
<rgm@gnu.org>
Sun, 20 Jan 2008 03:56:41 +0000
(
03:56
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 20 Jan 2008 03:56:41 +0000
(
03:56
+0000)
(python-imports): Default to "None".
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 18494681a9d934519402f2d3971b98fc76ffef22..c82a55ace8e531d5a809c99731ad7cb64ba588c7 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1866,7
+1866,8
@@
Uses `python-beginning-of-block', `python-end-of-block'."
\f
;;;; Completion.
-(defvar python-imports nil
+;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00076.html
+(defvar python-imports "None"
"String of top-level import statements updated by `python-find-imports'.")
(make-variable-buffer-local 'python-imports)